CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Process Thread

搜索资源列表

  1. OS

    0下载:
  2. 有进程,线程和信号量编程的操作系统编程。-A process, thread and semaphore programming, operating systems programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:3005041
    • 提供者:刘权
  1. grid_thread

    0下载:
  2. LINUX下多线程序,线程同步实例,实现了线程管理,可直接使用到工程中.-LINUX under the multi-line process, thread synchronization instance, to achieve the thread management can be used directly to the project
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6380
    • 提供者:yangguang
  1. PROCESS

    0下载:
  2. 基于dll的远程线程插入技术,是载体程序,将dll加载到远程线程中-Dll on a remote thread into the technology, is the carrier program that will load the dll to the remote thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3471177
    • 提供者:houxiaomeng
  1. create-thread

    0下载:
  2. 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:74886
    • 提供者:王正凯
  1. operation-system-study

    0下载:
  2. 操作系统的进程、线程的打开与关闭,进程的安全,多线程的实现的文档和源码-Operating system process, thread open and close, process safety, multi-threaded implementation documentation and source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3665189
    • 提供者:william
  1. Process-scheduling-to-achieve

    0下载:
  2. 本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:16702
    • 提供者:xiaoxiao
  1. ARM-Linux-jincheng

    0下载:
  2. LINUX进程线程开发实例,很好,很详细-LINUX development process thread instance, very good, very detailed ,,,,,,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:190982
    • 提供者:lizhining
  1. two-thread

    0下载:
  2. java双进程同步互斥的问题,一个文件写一个文件播放,播放完成后,删除这个文件,去读另外一个文件,于此同时写这个文件。-java mutually exclusive two-process synchronization problem, a file write a file to play, play is complete, delete this file, to read another file, this also write to this file.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4192
    • 提供者:a11111
  1. process

    0下载:
  2. 本程序包括创建进程,杀死进程。创建线程杀死线程等。-This process includes creating a process, kill the process. Create thread to kill threads.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:773
    • 提供者:韩丽娜
  1. thread

    0下载:
  2. java线程编程,详细介绍了整个java线程编程的过程,非常有实际的价值-java thread programming, detailing the entire process of java thread programming, highly practical value
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:4923
    • 提供者:王殿升
  1. MutexProcessSyn

    0下载:
  2. vc 使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:28739
    • 提供者:吴菲菲
  1. MutexProcessSyn

    0下载:
  2. vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:30165
    • 提供者:
  1. MutexProcessSyn

    0下载:
  2. vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn的程序源码,值得一看!-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn the program source code, worth a visit!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:30778
    • 提供者:
  1. thread

    0下载:
  2. 1 编写单进程多线程程序,实现一个线程A将另外一个线程B的从标准输入的字符串反序输出。 2 编写单进程多线程程序,用信号量实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。 3 编写单进程多线程程序,用互斥锁实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。-A single process writing multi-threaded program, implement a threa
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1887
    • 提供者:wangjian
  1. MutexProcessSyn

    0下载:
  2. 使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn\MutexProcessSyn.rar,很不错的vc源码,有兴趣的朋友可以看看。-Mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn \ MutexProcessSyn.rar, very good vc source, interested friends can see.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:30851
    • 提供者:
  1. Linux-semaphore

    0下载:
  2. 信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:33204
    • 提供者:luo
  1. XueTr

    0下载:
  2. 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3696563
    • 提供者:接收
  1. Interprocess-communication

    0下载:
  2. 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:4763
    • 提供者:wangbaosong
  1. thread

    0下载:
  2. 在windows环境下,使用VC实现进程间的通信-In the windows environment, use the VC to achieve inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:21164
    • 提供者:睡睡
  1. process-tongbu-and-huchi

    0下载:
  2. 线程间的互斥:并发执行的线程共享某些类临界资源,对临界资源的访问应当采取互斥的机制。 线程间的同步:并发执行的线程间通常存在相互制约的关系,线程必须遵循一定的规则来执行,同步机制可以协调相互制约的关系。-Mutual exclusion between threads: concurrent execution threads share certain types of critical resources, access to critical resources should be
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:9373
    • 提供者:阿门
« 1 2 3 4 56 7 8 9 10 ... 37 »
搜珍网 www.dssz.com